Documents for PDF, .NET Edition Documentation
ReadOnlyStructList<T> Class
Members 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : ReadOnlyStructList<T> Class
The type of structs in the list.
Represents a strongly typed read-only list of structs that can be effectively accessed by index.
Object Model
ReadOnlyStructList<T> Class
Syntax
'Declaration
 
Public Class ReadOnlyStructList(Of T As {New, Struct}) 
public class ReadOnlyStructList<T> 
where T: new(), struct
Type Parameters
T
The type of structs in the list.
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Common.ReadOnlyStructList<T>

See Also

Reference

ReadOnlyStructList<T> Members
GrapeCity.Documents.Common Namespace